home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-desktop-9.10-i386-PL.iso / casper / filesystem.squashfs / etc / dbus-1 / system.d / com.hp.hplip.conf < prev    next >
Extensible Markup Language  |  2009-10-09  |  752b  |  28 lines

  1. <?xml version="1.0" encoding="UTF-8"?> <!-- -*- XML -*- -->
  2.  
  3. <!DOCTYPE busconfig PUBLIC
  4.  "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN"
  5.  "http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
  6. <busconfig>
  7.  
  8.   <!-- Only root can own the service -->
  9.   <policy user="root">
  10.     <allow own="com.hp.hplip"/>
  11.     <allow send_destination="com.hp.hplip"/>
  12.     <allow send_interface="com.hp.hplip"/>
  13.   </policy>
  14.  
  15.   <policy at_console="true">
  16.     <deny own="com.hp.hplip"/>
  17.     <allow send_destination="com.hp.hplip"/>
  18.     <allow send_interface="com.hp.hplip"/>
  19.   </policy>
  20.  
  21.   <policy context="default">
  22.     <deny own="com.hp.hplip"/>
  23.     <allow send_destination="com.hp.hplip"/>
  24.     <allow send_interface="com.hp.hplip"/>
  25.   </policy>
  26.  
  27. </busconfig>
  28.